home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000382_jdanskinner@jdanskinner.com_Thu Sep 19 10:22:05 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  57 lines

  1. Article: 13716 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: jdanskinner@jdanskinner.com (Dan Skinner)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Looking for some help - File transfer difficulties
  6. Date: 18 Sep 2002 17:44:28 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 38
  9. Message-ID: <4c1ea541.0209181644.23fc7a9f@posting.google.com>
  10. References: <599db3f6.0209180854.5e3ae767@posting.google.com> <amabdt$4df$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 24.159.192.106
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1032396268 28071 127.0.0.1 (19 Sep 2002 00:44:28 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 19 Sep 2002 00:44:28 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13716
  18.  
  19. fdc@columbia.edu (Frank da Cruz) wrote in message news:<amabdt$4df$1@watsol.cc.columbia.edu>...
  20. > In article <599db3f6.0209180854.5e3ae767@posting.google.com>,
  21. > Doug <douglasphorner@hotmail.com> wrote:
  22. > : Looking for some help. I'm trying to transfer files using C-Kermit
  23. > : 6.0.192 (within Procomm Plus 32) between a Windows95 laptop and a QNX
  24. > : OS via free wave modem. I'm able to transfer files but when I look at
  25. > : the files from a separate UNIX machine (telneting into the QNX machine
  26. > : via ethernet LAN) there is a ^M at the end of each line (and because
  27. > : of this I'm unable to compile them).
  28. > : 
  29. > : I thought the problem might be due to C-Kermit having an End of Line
  30. > : setting of 13 (7-Bit control character ^M) and tried resetting it to 0
  31. > : but that hasn't worked.
  32. > : 
  33. > I don't understand what "C-Kermit 6.0.192 within Procomm" means.  You
  34. > mean, you're using Procomm on a PC to make a connection to Unix and then
  35. > you use C-Kermit to receive a file using Kermit protocol from Procomm?
  36. > It should go without saying that you'd have better results with Kermit
  37. > protocol file transfers if you used real and up-to-date Kermit software,
  38. > such as:
  39. >   http://www.columbia.edu/kermit/k95.html
  40. >     Kermit 95 2.0 for Windows
  41. >   http://www.columbia.edu/kermit/ckermit.html
  42. >     C-Kermit 8.0 for Unix
  43. > We can't help you much with Procomm but evidently it's sending the file
  44. > in binary mode when you want text mode.  If it supports text mode for
  45. > Kermit transfers, try that.
  46. > - Frank
  47.  
  48. Frank is right.
  49. In Options->data->transfer protocol set type to text,
  50. or run the file on the Unix machine through dtox.
  51. Regards...Dan.
  52.